perm filename COMP1.PAL[AL,HE]6 blob sn#337559 filedate 1978-03-03 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	.TITLE  Pseudo-code
C00004 ENDMK
CāŠ—;
;.TITLE  Pseudo-code

; File that requires all the compiled files.  This is meant to be
;overlaid on top of the interpreter. 

; Only need to insert this during first pass
    .IF1

       .MACRO ASCIE STR
       .ASCIZ STR
       .EVEN
       .ENDM

	.MACRO MAKEOP CNAME, ANAME	;Compiler name, Address name
	XX	CNAME
	.ENDM

;   .MACRO PLACE PHYS,VIRT
;       .OFFSET 0
;       .=PHYS
;       .OFFSET VIRT-PHYS
;   .ENDM

    .INSRT ALHEAD.NEW[AL,HE]

    .INSRT  INTOPS.PAL[AL,HE]
            ;The interpreter operation table
    .ENDC

.OFFSET -160000

	PUTLOC PCDVER, PCVERSION

.OFFSET -300000

. = PCODE       ;Beginning of instruction space

; This file is followed by the .ALP, .ALT, & .ALV files. Then COMP2.PAL[AL,HE]